func strconv.quoteRuneWith

4 uses

	strconv (current package)
		quote.go#L27: func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string {
		quote.go#L171: 	return quoteRuneWith(r, '\'', false, false)
		quote.go#L187: 	return quoteRuneWith(r, '\'', true, false)
		quote.go#L203: 	return quoteRuneWith(r, '\'', false, true)